home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1 / Ian and Stuart's One (Australia).iso / Australasian Legends / Commercial / Rainbow Hill / MacDOS™ 2.0.0 / User's Guide / A.3 Warnings < prev    next >
Text File  |  1994-09-20  |  5KB  |  112 lines

  1. Warnings
  2.        Already logging  (W8)
  3.            You  started  a  new log file when  you  were  already
  4.            logging.
  5.            MacDOS closes the old file and opens the new one.
  6.            Suggested actions:
  7.            •  You  can  avoid this message by first  closing  the
  8.               current  log  file  with the  command  LOG  without
  9.               parameters.
  10.  
  11.        Argument[s] not expected  (W7)
  12.            You passed parameters to a command which accepts none.
  13.            This warning is used when the execution of the command
  14.            is   not   likely   to  have  dangerous  consequences.
  15.            Generally,  this  mistake causes the abortion  of  the
  16.            command  and  is reported as an error  rather  than  a
  17.            warning.
  18.            MacDOS  ignores  the  parameter[s]  and  executes  the
  19.            command.
  20.            Suggested actions:
  21.            •  Get  rid  of  the parameters. Currently,  only  the
  22.               commands PAUSE and SHIFT cause this warning message
  23.               to be displayed.
  24.  
  25.        DOS switch not implemented  (W1)
  26.            You typed a switch used by DOS but not implemented  in
  27.            MacDOS. MacDOS ignores the switch[es] and executes the
  28.            command.
  29.            Suggested actions:
  30.            •  Check the list of available switches and stop using
  31.               switches  which are not implemented. You  can  also
  32.               type  alarm on and then repeat the command.  MacDOS
  33.               will then display the offending switch in the alert
  34.               box used to report the warning.
  35.  
  36.        Empty label (ie. colon not followed by a label name)  (W6)
  37.            You typed a colon (ie. the character ':') on its own in
  38.            a line of the batch program you are running.
  39.            MacDOS ignores the line.
  40.            Suggested actions:
  41.            •  Remove the offending line from the batch file.
  42.  
  43.        File not open  (W4)
  44.            MacDOS  attempted to close a disk file which  was  not
  45.            currently open.
  46.            Suggested actions:
  47.            •  This situation should never occur, as MacDOS should
  48.               never close twice the same file or attempt to close
  49.               a  file  which  was  never opened.  Please  try  to
  50.               reproduce the situation and, if you succeed, inform
  51.               Rainbow Hill.
  52.  
  53.        Illegal redirection  (W5)
  54.            You  redirected the input or the output of  a  command
  55.            which should not be redirected.
  56.            MacDOS  ignores  the  redirection  and  executes   the
  57.            command.
  58.            Suggested actions:
  59.            •  Do  not  redirect the I/O of commands which do  not
  60.               support it. Refer to Redirection and Piping  in the
  61.               section "The Environment" of this User's Guide  for
  62.               the list of commands which accept redirection.
  63.  
  64.        MacDOS warning ...  (the dots are here used to indicate  a
  65.        number)
  66.            A warning which provides a code instead of a message in
  67.            clear should never occur. The simplest explanation  is
  68.            that the resource containing all warning messages  was
  69.            not updated when the new code was introduced.
  70.            Suggested actions:
  71.            •  Please report this occurrence to Rainbow Hill.  Try
  72.               to provide as much information as possible about the
  73.               circumstances.
  74.  
  75.        Not currently logging  (W9)
  76.            You typed the command LOG without parameters while you
  77.            were not logging.
  78.            Suggested actions:
  79.            •  If you want to log, you have to type the command LOG
  80.               followed  by the name of the log file you  want  to
  81.               open.
  82.  
  83.        Request ignored  (W3)
  84.            You tried to perform a mouse or menu operation which is
  85.            not legal.
  86.            Suggested actions:
  87.            •  Currently,  this warning message is only  displayed
  88.               when you try to cut or copy particular portions  of
  89.               the  console window. Type the command alarm on  and
  90.               repeat  the  offending operation  to  have  a  more
  91.               explicit error message.
  92.  
  93.        Sorting problem  (W2)
  94.            When  executing  a  DIR command, MacDOS  attempted  to
  95.            perform a sort of a type not implemented.
  96.            The sorting is not performed.
  97.            Suggested actions:
  98.            •  This situation should never occur, as MacDOS filters
  99.               sorting options before attempting to execute  them.
  100.               Please,  inform Rainbow Hill of the  command  which
  101.               caused the problem.
  102.  
  103.        Text line truncated  (W10)
  104.            MacDOS  has attempted to display a line which  exceeds
  105.            255 characters in length.
  106.            Only the first 255 characters are displayed by MacDOS.
  107.            Suggested actions:
  108.            •  You  are  probably listing a file with the  command
  109.               TYPE.  If  you  can, edit the file  and  break  the
  110.               offending line into two.
  111.  
  112.